/* 모바일 lang 폰트 font-family: 'Protest Strike', sans-serif !important */
@import url('https://fonts.googleapis.com/css2?family=Protest+Strike&display=swap');

.sns_list{
    width:100%;
    text-align: center;
}
.sns_list h3{
    font-size:17px;
    color:var(--black22);
    font-weight: 600;
    margin-bottom:20px;
}
.sns_list dl{
    margin-bottom:40px;
    display:flex;
    gap:10px;
    max-width:100%;
    justify-content: center;
    align-items: center;
}
.sns_list dl dt{
    width:50px;
}
.sns_list dl dt img{
    width:100%;
    height:auto;
}
.sns_list dl dt i,
.sns_list dl dt svg{
    width:35px;
    font-size:27px;
    color:var(--gray44);
}
.sns_list dl dd h4{
    font-size:16px;
    font-weight: 600;
    color: var(--black22);
    width:100px;
}
.sns_list dl dd{
    width: 100px;
}
.sns_list dl dd a{
    padding:6px 20px;
    border:1px solid var(--surfcolor);
    color:var(--surfcolor);
    font-size:14px;
    display: block;
    width: 100%;
    margin:10px auto 0;
    border-radius: 50px;;
}
.sns_list dl dd .share{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sns_list dl dd .share p{
    height: 30px;
    line-height: 30px;;
    font-size:16px;
    font-weight: 600;
    color: var(--surfcolor);
    width: 245px;
    text-align: center;
    border-radius: 5px 0 0 5px;
    background:var(--whitef1);
    /* border:1px solid var(--surfcolor); */
}
.sns_list dl dd .share span{
    line-height:30px;
    width:35px;
    background:var(--surfcolor);
    color:var(--whiteff);
    border-radius: 0 5px 5px 0;
}
.sns_list dl dd .share p svg{
    margin-right:10px;
    
}
.sns_list dl dd .share svg{
    font-size:18px;
}

.surf_banner{
    width:100%;
    max-width: 768px;
    text-align: center;
    position:fixed;
    bottom:0;
}
.surf_banner img{
    width:100%;

}
.surf_banner p{
    font-size:16px;
    color:var(--whiteff);
    font-weight: 500;
    margin-bottom:8px;
}
.surf_banner h4{
    font-size:24px;
    color: var(--whiteff);
    /* font-family: 'Protest Strike', sans-serif !important; */
    font-weight: 900;
    letter-spacing: 4px;;
}